OtherContacts

The view specifies all the details of Other Contacts

Table Specific Information

Select

For example:
SELECT * FROM [OtherContacts] WHERE SearchTerms = 'Yash'

Columns

Name TypeDescription
Id [KEY] StringThe Id of the contact.
ResourceName StringThe ResourceName of the contact.
Etag StringThe ETag of the resource. (Note that the quotation marks are part of the ETag.)
NamePrefix StringThe honorific prefixes, such as Mrs. or Dr.
FullName StringThe display name formatted according to the locale specified by the viewer's account
GivenName StringThe given name of the contact.
MiddleName StringThe middle name of the contact.
FamilyName StringThe family name of the contact.
NameSuffix StringThe honorific suffixes, such as Jr.
PhoneticNamePrefix StringThe Phonetic honorific prefixes, such as Mrs. or Dr.
PhoneticFullName StringThe Phonetic display name formatted according to the locale specified by the viewer's account.
PhoneticGivenName StringThe Phonetic given name of the contact.
PhoneticMiddleName StringThe Phonetic middle name of the contact.
PhoneticFamilyName StringThe Phonetic family name of the contact.
PhoneticNameSuffix StringThe Phonetic honorific suffixes, such as Jr.
UnlabeledEmailAddresses StringThe unlabeled email addresses of the contact. Multiple email addresses should be separated by comma.
HomeEmailAddresses StringThe home email addresses of the contact. Multiple email addresses should be separated by comma.
WorkEmailAddresses StringThe work email addresses of the contact. Multiple email addresses should be separated by comma.
OtherEmailAddresses StringThe other email addresses of the contact. Multiple email addresses should be separated by comma.
CustomEmailAddressTypes StringThe custom type of the email address. This attribute should be used along with CustomEmailAddresses. Multiple custom types should be separated by comma.
CustomEmailAddresses StringThe custom value of the email address. This attribute should be used along with CustomEmailAddressTypes. Multiple custom emailAddresses should be separated by comma.
UnlabeledPhoneNumbers StringThe unlabeled phone numbers of the contacts. Multiple phone numbers should be separated by comma.
HomePhoneNumbers StringThe home phone numbers of the contacts. Multiple phone numbers should be separated by comma.
WorkPhoneNumbers StringThe work phone numbers of the contacts. Multiple phone numbers should be separated by comma.
MobilePhoneNumbers StringThe mobile phone numbers of the contacts. Multiple phone numbers should be separated by comma.
HomeFaxes StringThe homeFax phone numbers of the contacts. Multiple phone numbers should be separated by comma.
WorkFaxes StringThe workFax phone numbers of the contacts. Multiple phone numbers should be separated by comma.
OtherFaxes StringThe otherFax phone numbers of the contacts. Multiple phone numbers should be separated by comma.
Pagers StringThe pager phone numbers of the contacts. Multiple phone numbers should be separated by comma.
WorkMobilePhoneNumbers StringThe workMobile phone numbers of the contacts. Multiple phone numbers should be separated by comma.
WorkPagers StringThe workPager phone numbers of the contacts. Multiple phone numbers should be separated by comma.
MainPhoneNumbers StringThe main phone numbers of the contacts. Multiple phone numbers should be separated by comma.
GoogleVoicePhoneNumbers StringThe googleVoice phone numbers of the contacts. Multiple phone numbers should be separated by comma.
OtherPhoneNumbers StringThe other phone numbers of the contacts. Multiple phone numbers should be separated by comma.
CustomPhoneNumberTypes StringThe custom type of the phone number. This attribute should be used along with CustomPhoneNumbers. Multiple custom types should be separated by comma.
CustomPhoneNumbers StringThe custom value of the phone number. This attribute should be used along with CustomPhoneNumberTypes. Multiple custom phone numbers should be separated by comma.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SearchTerms StringThe query matches on a contact's names, emailAddresses, and phoneNumbers fields that are from the OTHER_CONTACT source. Maximum 10 matching rows will be returned.